home *** CD-ROM | disk | FTP | other *** search
-
-
-
- VVVVkkkkMMMMooooddddiiiiffffiiiieeeeddddAAAAttttttttaaaacccchhhhmmmmeeeennnntttt((((3333xxxx)))) VVVVkkkkMMMMooooddddiiiiffffiiiieeeeddddAAAAttttttttaaaacccchhhhmmmmeeeennnntttt((((3333xxxx))))
-
-
-
- NNNNAAAAMMMMEEEE
- VkModifiedAttachment - Attachment class for showing modified text widgets
-
- IIIINNNNHHHHEEEERRRRIIIITTTTSSSS FFFFRRRROOOOMMMM
- VkModified :
-
- HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
- #include <Vk/VkModified.h>
-
- PPPPUUUUBBBBLLLLIIIICCCC PPPPRRRROOOOTTTTOOOOCCCCOOOOLLLL SSSSUUUUMMMMMMMMAAAARRRRYYYY
- CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrr////DDDDeeeessssttttrrrruuuuccccttttoooorrrr
- VkModifiedAttachment(Boolean blankIsValue = False,
- Boolean autoAdjust = True,
- Boolean incrementalChange = False);
- virtual void ~VkModifiedAttachment(void);
-
-
- CCCCoooonnnnffffiiiigggguuuurrrraaaattttiiiioooonnnn
- virtual void setParameters(Dimension width,
- Dimension height);
- void getParameters(Dimension* width, Dimension* height);
- void attach(Widget w);
- void detach(void);
- void adjustGeometry(void);
-
-
- AAAAcccccccceeeessssssss FFFFuuuunnnnccccttttiiiioooonnnnssss
- Widget widget(void);
-
-
- DDDDiiiissssppppllllaaaayyyy FFFFuuuunnnnccccttttiiiioooonnnnssss
- void show(void);
- void hide(void);
- void expose(void);
- void displayValue(void);
-
-
-
-
- XXXX RRRREEEESSSSOOOOUUUURRRRCCCCEEEESSSS AAAASSSSSSSSOOOOCCCCIIIIAAAATTTTEEEEDDDD WWWWIIIITTTTHHHH TTTTHHHHIIIISSSS CCCCLLLLAAAASSSSSSSS
- displayModified Whether to display the visual indicator (True)
-
-
- CCCCLLLLAAAASSSSSSSS DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The VkModifiedAttachment class is an attachment rather than a component.
- You use the attach method to attach it to an existing text widget, and
- then call the show method to make it visible. Once visible,
- VkModifiedAttachment will automatically display a "folded-corner" in the
- upper-right of the text widget when the user changes the text value. The
- user can flip between previous and current text values by clicking in the
- corner area.
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- VVVVkkkkMMMMooooddddiiiiffffiiiieeeeddddAAAAttttttttaaaacccchhhhmmmmeeeennnntttt((((3333xxxx)))) VVVVkkkkMMMMooooddddiiiiffffiiiieeeeddddAAAAttttttttaaaacccchhhhmmmmeeeennnntttt((((3333xxxx))))
-
-
-
-
-
- FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
- VVVVkkkkMMMMooooddddiiiiffffiiiieeeeddddAAAAttttttttaaaacccchhhhmmmmeeeennnntttt(((())))
- VkModifiedAttachment(Boolean blankIsValue = False,
- Boolean autoAdjust = True,
- Boolean incrementalChange = False);
- virtual void ~VkModifiedAttachment(void);
-
-
- The VkModifiedAttachment constructor creates an object capable of
- attaching to a text widget and displaying modified-state information
- to the user. The user can click on the attachment area (the upper-
- left corner) to alternate between previous and current text values.
-
- The first argument defaults to False and indicates whether a blank
- (empty string) is considered a valid previous value when displaying
- the folded corner. The second argument defaults to True and
- indicates whether VkModifiedAttachment automatically watches the
- attached text widget for geometry changes and adjusts its own area
- accordingly. The last argument defaults to False and indicates
- whether incremental character changes should trigger changes in the
- display.
-
- sssseeeettttPPPPaaaarrrraaaammmmeeeetttteeeerrrrssss(((())))
- virtual void setParameters(Dimension width,
- Dimension height);
-
-
- Adjusts VkModifiedAttachment display parameters. The first is the
- width of the attachment area, the second is the height.
-
- ggggeeeettttPPPPaaaarrrraaaammmmeeeetttteeeerrrrssss(((())))
- void getParameters(Dimension* width, Dimension* height);
-
-
- Returns VkModifiedAttachment display parameters. The first is the
- width of the attachment area, the second is the height.
-
- wwwwiiiiddddggggeeeetttt(((())))
- Widget widget(void);
-
-
- Returns the widget current attached to by the VkModifiedAttachment
- object.
-
- aaaattttttttaaaacccchhhh(((())))
- void attach(Widget w);
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-
-
-
- VVVVkkkkMMMMooooddddiiiiffffiiiieeeeddddAAAAttttttttaaaacccchhhhmmmmeeeennnntttt((((3333xxxx)))) VVVVkkkkMMMMooooddddiiiiffffiiiieeeeddddAAAAttttttttaaaacccchhhhmmmmeeeennnntttt((((3333xxxx))))
-
-
-
- Attaches to a widget. If already attached, first detaches from the
- old widget.
-
- ddddeeeettttaaaacccchhhh(((())))
- void detach(void);
-
-
- Detaches from the current widget. The attachment area, if visible,
- is removed.
-
- sssshhhhoooowwww(((())))
- void show(void);
-
-
- Turn on display of the attachment area. If the previous value
- differs from the current value, a folder corner is displayed. This
- method has no effect if the "displayModified" resource is explicitly
- set to False.
-
- hhhhiiiiddddeeee(((())))
- void hide(void);
-
-
- Turns off display of the attachment area.
-
- eeeexxxxppppoooosssseeee(((())))
- void expose(void);
-
-
- Force redrawing of the attachment area. This gets called
- automatically when Expose events are received.
-
- ddddiiiissssppppllllaaaayyyyVVVVaaaalllluuuueeee(((())))
- void displayValue(void);
-
-
- Change the text widget value to the last activated-value.
-
- aaaaddddjjjjuuuussssttttGGGGeeeeoooommmmeeeettttrrrryyyy(((())))
- void adjustGeometry(void);
-
-
- Force VkModifiedAttachment to reconfigure itself. Applications
- should call this after they change the geometry of the text widget,
- unless autoAdjust is set to True.
-
- mmmmooooddddiiiiffffiiiieeeeddddCCCCaaaallllllllbbbbaaaacccckkkk
- static const const char* modifiedCallback;
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 3333
-
-
-
-
-
-
- VVVVkkkkMMMMooooddddiiiiffffiiiieeeeddddAAAAttttttttaaaacccchhhhmmmmeeeennnntttt((((3333xxxx)))) VVVVkkkkMMMMooooddddiiiiffffiiiieeeeddddAAAAttttttttaaaacccchhhhmmmmeeeennnntttt((((3333xxxx))))
-
-
-
- A callback function for detecting activation of the attached text
- widget, or a value change in the text widget. Use this callback
- instead of installing your own XmNactivate or XmNvalueChanged
- callbacks. The _c_a_l_l_D_a_t_a argument should be cast to a (VkModified
- *).
-
- IIIINNNNHHHHEEEERRRRIIIITTTTEEEEDDDD MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNNSSSS
- IIIInnnnhhhheeeerrrriiiitttteeeedddd ffffrrrroooommmm VVVVkkkkMMMMooooddddiiiiffffiiiieeeedddd
- VkModified(), ~VkModified(), blankIsValue(), autoAdjust(),
- modified(), latestDisplay(), value(), previousValue(),
- updateModified(), _modified, _latest, _width, _height, _value,
- _previousValue, _blankIsValue, _autoAdjust, _fixedPrevious,
-
-
- KKKKNNNNOOOOWWWWNNNN CCCCLLLLAAAASSSSSSSSEEEESSSS TTTTHHHHAAAATTTT UUUUSSSSEEEE TTTTHHHHIIIISSSS CCCCLLLLAAAASSSSSSSS
- VkModifiedAttachment
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- VkModified, VkModifiedAttachment,
- _V_i_e_w_K_i_t _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m, DEC Press, Bob Sheifler and Jim Gettys
- _T_h_e _X _W_i_n_d_o_w _S_y_s_t_e_m _T_o_o_l_k_i_t, DEC Press, Paul Asente and Ralph Swick
- _T_h_e _O_S_F/_M_o_t_i_f _P_r_o_g_r_a_m_m_e_r_s _R_e_f_e_r_e_n_c_e, Prentice Hall, OSF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 4444
-
-
-
-